home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / GreatFamily 1.1 / GF_Setup.exe / AppDir\greatfamily.exe / 0 / RCDATA / TSOURCE / TSOURCE.txt
Encoding:
Text File  |  2002-04-04  |  1.4 KB  |  83 lines

  1. object Source: TSource
  2.   Left = 219
  3.   Top = 165
  4.   BorderStyle = bsDialog
  5.   Caption = 'Source'
  6.   ClientHeight = 150
  7.   ClientWidth = 360
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 10
  20.     Width = 37
  21.     Height = 13
  22.     Caption = 'Source:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 16
  26.     Top = 68
  27.     Width = 28
  28.     Height = 13
  29.     Caption = 'Page:'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 16
  33.     Top = 92
  34.     Width = 42
  35.     Height = 13
  36.     Caption = 'Quantity:'
  37.   end
  38.   object Memo1: TMemo
  39.     Left = 64
  40.     Top = 8
  41.     Width = 281
  42.     Height = 52
  43.     ScrollBars = ssVertical
  44.     TabOrder = 0
  45.   end
  46.   object Edit1: TEdit
  47.     Left = 64
  48.     Top = 64
  49.     Width = 57
  50.     Height = 21
  51.     MaxLength = 5
  52.     TabOrder = 1
  53.   end
  54.   object Button1: TButton
  55.     Left = 177
  56.     Top = 116
  57.     Width = 81
  58.     Height = 25
  59.     Caption = 'OK'
  60.     Default = True
  61.     TabOrder = 2
  62.     OnClick = Button1Click
  63.   end
  64.   object Button2: TButton
  65.     Left = 265
  66.     Top = 116
  67.     Width = 81
  68.     Height = 25
  69.     Cancel = True
  70.     Caption = 'Cancel'
  71.     TabOrder = 3
  72.     OnClick = Button2Click
  73.   end
  74.   object Edit2: TEdit
  75.     Left = 64
  76.     Top = 88
  77.     Width = 57
  78.     Height = 21
  79.     MaxLength = 3
  80.     TabOrder = 4
  81.   end
  82. end
  83.